From 8ddba5ffcd13c34d4b617060c8ac0bbbdea44fc8 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 8 Mar 2018 23:03:16 +0100 Subject: [PATCH] eventcontroller: Move declaration This is in preparation for exposing APIs in gtkwidget.c --- gtk/gtkeventcontroller.h | 1 - gtk/gtktypes.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkeventcontroller.h b/gtk/gtkeventcontroller.h index d067225427..f2f2b6a2b0 100644 --- a/gtk/gtkeventcontroller.h +++ b/gtk/gtkeventcontroller.h @@ -24,7 +24,6 @@ #error "Only can be included directly." #endif -typedef struct _GtkEventController GtkEventController; typedef struct _GtkEventControllerClass GtkEventControllerClass; #include diff --git a/gtk/gtktypes.h b/gtk/gtktypes.h index b7298d00db..d0e91d30c4 100644 --- a/gtk/gtktypes.h +++ b/gtk/gtktypes.h @@ -36,6 +36,7 @@ G_BEGIN_DECLS typedef struct _GtkAdjustment GtkAdjustment; typedef struct _GtkBuilder GtkBuilder; typedef struct _GtkClipboard GtkClipboard; +typedef struct _GtkEventController GtkEventController; typedef struct _GtkRequisition GtkRequisition; typedef struct _GtkSelectionData GtkSelectionData; typedef struct _GtkSettings GtkSettings; -- 2.30.2